home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Galleria D'arte: Manet
/
Manet.iso
/
Dati
/
Gadgets.dxr
/
Internal_3_tasto calendario.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-21
|
238 b
|
18 lines
on mouseUp me
global gBackAttivo
if gBackAttivo = 0 then
aggiungiBACK()
end if
go("calendario")
end
on mouseEnter me
sprite(70).visible = 1
updateStage()
end
on mouseLeave me
sprite(70).visible = 0
updateStage()
end